home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / EDITVIEW.RH < prev    next >
Text File  |  1997-05-06  |  486b  |  16 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Menu and accelerator IDs for use with TEditView
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_EDITVIEW_RH)
  10. #define OWL_EDITVIEW_RH
  11.  
  12. #define IDM_EDITVIEW   32581
  13. #define IDA_EDITVIEW   32582
  14.  
  15. #endif  //  OWL_EDITVIEW_RH
  16.